BlueCielo Meridian Enterprise 2013 Developer's Guide | BlueCielo ECM Solutions

AfterCancelDocument event

This event occurs immediately after a document has been canceled, that is, discarded from the work area.

Syntax

Private Sub AMUIExtension_AfterCancelDocument(
          ByVal WP AMWorkPackage
          ByVal Document As AMDocument,
          ByVal ReAssign As Boolean)
Parameters
Name Description

WP

The work area containing the document that has been canceled.

Document

The document that has been canceled.

ReAssign

This argument is True if the user selected to reassign the document after discarding the changes made since it was last assigned. See Remarks.

Remarks

IfReAssign is True, the server will implicitly reassign the document to the work area. There will be no separate event for assigning the document.

See About events that occur for both documents and work areas.

Copyright © 2000-2013 BlueCielo ECM Solutions